home *** CD-ROM | disk | FTP | other *** search
- property rolloverName
- global gVOPlaying
-
- on mouseEnter me
- set the member of sprite the currentSpriteNum to member(rolloverName & " roll")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member(rolloverName)
- end
-
- on mouseUp me
- if baCpuInfo("speed") > 170 then
- go("intro")
- else
- go("intro2")
- end if
- end
-
- on getPropertyDescriptionList
- description = [:]
- addProp(description, #rolloverName, [#default: EMPTY, #format: #string, #comment: "Rollover/Destination Name"])
- return description
- end
-